home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMASSMAILER / TMASSMAILER.txt
Text File  |  2004-10-12  |  2KB  |  106 lines

  1. object MassMailer: TMassMailer
  2.   Left = 276
  3.   Top = 205
  4.   HelpContext = 14508
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Create Mass Mailing'
  8.   ClientHeight = 259
  9.   ClientWidth = 341
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 100
  25.     Height = 13
  26.     Caption = 'Use &Quick Template:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 72
  31.     Width = 75
  32.     Height = 13
  33.     Caption = '&Active account:'
  34.   end
  35.   object rAction: TRadioGroup
  36.     Left = 16
  37.     Top = 120
  38.     Width = 305
  39.     Height = 89
  40.     Caption = 'Action'
  41.     ItemIndex = 0
  42.     Items.Strings = (
  43.       '&Put in Outbox'
  44.       'Open in &Editor'
  45.       'Save as &Draft')
  46.     TabOrder = 2
  47.   end
  48.   object bOK: TButton
  49.     Left = 64
  50.     Top = 224
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&OK'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 3
  57.   end
  58.   object bCancel: TButton
  59.     Left = 152
  60.     Top = 224
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = 'Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 4
  67.   end
  68.   object bEdit: TButton
  69.     Left = 224
  70.     Top = 38
  71.     Width = 91
  72.     Height = 25
  73.     Caption = '&Edit...'
  74.     TabOrder = 1
  75.     OnClick = bEditClick
  76.   end
  77.   object eTemplate: TComboBox
  78.     Left = 16
  79.     Top = 40
  80.     Width = 193
  81.     Height = 21
  82.     Style = csDropDownList
  83.     ItemHeight = 13
  84.     TabOrder = 0
  85.   end
  86.   object eUser: TComboBox
  87.     Left = 16
  88.     Top = 88
  89.     Width = 193
  90.     Height = 21
  91.     Style = csDropDownList
  92.     ItemHeight = 13
  93.     TabOrder = 5
  94.     OnChange = eUserChange
  95.   end
  96.   object bHelp: TButton
  97.     Left = 240
  98.     Top = 224
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'Help'
  102.     TabOrder = 6
  103.     OnClick = bHelpClick
  104.   end
  105. end
  106.